ThinkPHP5


think\db\exception\BindParamException
library\think\db\exception\BindParamException.php at line 19

Class BindParamException

\Exception
└─Exception
└─DbException
└─BindParamException

public class BindParamException
extends DbException

PDO参数绑定异常


Constructor Summary
void

__construct(string message, array config, string sql, array bind, int code)

BindParamException constructor.

Methods inherited from think\exception\DbException
__construct
Methods inherited from think\Exception
getData, setData

Constructor Detail

library\think\db\exception\BindParamException.php at line 30

__construct

public void __construct(string message, array config, string sql, array bind, int code)

BindParamException constructor.


ThinkPHP5